Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi upgrade,1.1.2.5,1.1.2.6: msg#00056
|
Subject: |
[SSI] openssi upgrade,1.1.2.5,1.1.2.6 |
Update of /cvsroot/ssic-linux/openssi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13846
Modified Files:
Tag: OPENSSI-RH
upgrade
Log Message:
Allow upgrade script to be run on non-OpenSSI kernel
Index: upgrade
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/Attic/upgrade,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -u -d -r1.1.2.5 -r1.1.2.6
--- upgrade 26 May 2004 20:17:29 -0000 1.1.2.5
+++ upgrade 21 Jun 2004 22:58:03 -0000 1.1.2.6
@@ -60,7 +60,18 @@
else {
print "No packages need to be updated.\n";
}
- shell("ssi-ksync", "Failed to synchronize boot images\n");
+
+ if ( system("clusternode_num >/dev/null 2>&1") ) {
+ print
+"Warning: Cannot synchronize boot images on a non-OpenSSI kernel. After
+ rebooting this node into OpenSSI, you should bring up all other nodes
+ with a network boot protocol (PXE or Etherboot), regardless of whether
+ they have local boot partitions. Then run ssi-ksync to synchronize all
+ local boot partitions."
+ }
+ else {
+ shell("ssi-ksync", "Failed to synchronize boot images\n");
+ }
shell("bash config-update.sh",
"Failed to run config-update.sh to update configuration");
-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 -
digital self defense, top technical experts, no vendor pitches,
unmatched networking opportunities. Visit www.blackhat.com
|
| |