Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 158885 Details for
Bug 245815
DS Admin Migration framework
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
cross platform - adminserver
cvsdiffs (text/plain), 1.13 KB, created by
Rich Megginson
on 2007-07-10 19:30:11 UTC
(
hide
)
Description:
cross platform - adminserver
Filename:
MIME Type:
Creator:
Rich Megginson
Created:
2007-07-10 19:30:11 UTC
Size:
1.13 KB
patch
obsolete
>Index: adminserver/admserv/newinst/src/migrate-ds-admin.pl.in >=================================================================== >RCS file: /cvs/dirsec/adminserver/admserv/newinst/src/migrate-ds-admin.pl.in,v >retrieving revision 1.2 >diff -u -8 -r1.2 migrate-ds-admin.pl.in >--- adminserver/admserv/newinst/src/migrate-ds-admin.pl.in 4 Jul 2007 01:31:33 -0000 1.2 >+++ adminserver/admserv/newinst/src/migrate-ds-admin.pl.in 10 Jul 2007 19:29:15 -0000 >@@ -62,17 +62,19 @@ > $mig->msg('error_configds_adminpwd_required'); > exit 1; > } > > # first, migrate directory server instances > # either the config ds will be one of them, or we > # should have already migrated the config DS > $mig->msg('begin_ds_migration', $mig->{oldsroot}); >-migrateDS($mig); >+if (!migrateDS($mig)) { >+ exit 1; >+} > > # if the config ds is on the local machine, shut down the old one > # and bring up the new one - the rest of migration needs to update it > > my $configdsinst = getLocalConfigDS("$mig->{oldsroot}/admin-serv/config"); > if ($configdsinst) { > system("$mig->{oldsroot}/slapd-$configdsinst/stop-slapd"); > system("@dslibdir@/slapd-$configdsinst/start-slapd");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 245815
:
158147
|
158227
|
158228
|
158229
|
158230
|
158231
|
158235
|
158236
|
158237
|
158238
|
158239
|
158241
|
158266
|
158269
|
158883
| 158885 |
159053
|
159352