Jump to content
 English      
HP.com Home Products and Services Support and Drivers Solutions How to Buy
» Contact HP
     Forums advanced search
HP.com Home
IT Resource Center Forums > HP-UX > ignite-ux

Shell script to start a "bo lan....." - This thread has been closed

» 

IT Resource Center

» Login
» Register
» My profile
» Search knowledge base
» Forums
» Patch database
» Download drivers, software and firmware
» Warranty check
» Support Case Manager
» Software Update Manager
» Training and Education
» More maintenance and support options
» Online help
» Site map

Member icons
 
 HP moderator  HP moderator
 Expert in this area  Expert in this area
Member status
ITRC Pro ITRC Pro
250 points
ITRC Graduate ITRC Graduate
500 points
ITRC Wizard ITRC Wizard
1000 points
ITRC Royalty ITRC Royalty
2500 points
ITRC Pharaoh ITRC Pharaoh
7500 points
Olympian Olympian
20000 points
1-Star Olympian 1-Star Olympian
40000 points
2-Star Olympian 2-Star Olympian
80000 points
»  How to earn points
»  Support forums FAQs
Question status
Magical answer Magical answer
Message with a response that solved the author's question
Favorites status
Add to my favorites Add to my favorites
Delete from my favorites Delete from my favorites
This thread has been closed Thread closed
 

Content starts here
   Create a new message    Receive e-mail notification if a new reply is posted  Reply to this message
Author Subject: Shell script to start a "bo lan....."      Add to my favorites  This thread has been closed
Lionel GARCIA
Oct 1, 2009 13:13:45 GMT   

Hi,
I would like to create a shell script in order to launch :
(1) reboot
(2) bo lan.124.66.11.5 install

It's for Hp 11iv1 workstation

Thanks
Note: If you are the author of this question and wish to assign points to any of the answers, please login first.For more information on assigning points ,click here


Sort Answers By: Date or Points
Rick Garland This member has accumulated 7500 or more points
Oct 1, 2009 13:20:13 GMT  5 pts

For the reboot, you can just issue the "shutdown -r -y now" command from CLI or put it in an executable - it could be just 2/3 lines.
#!/bin/ksh
cd /
/usr/sbin/shutdown -r -y now

For installing the LAN, if not already installing as part of the boot process, put it in there.
Lionel GARCIA
Oct 1, 2009 13:38:51 GMT    N/A: Question Author

Thanks but i don't understand what you mean by

"For installing the LAN, if not already installing as part of the boot process, put it in there."
Rick Garland This member has accumulated 7500 or more points
Oct 1, 2009 15:34:38 GMT  3 pts

The /sbin/init.d scripts to automatically start/stop services.
Michael Steele Expert in this area This member has accumulated 7500 or more points
Oct 1, 2009 15:57:20 GMT  10 pts

Hi

You want to do an automatic pull operation and ignite servers aren't set up for pull operations where the procedure starts at the client. They are however set up for push operations and you would use

bootsys -a -v client_hostname

from the ignite server.

Refer to Chapter 7, pages 150 - 151 of the Ignite manual attached. Or, if you can't read the attachment, you can find it

www.docs.hp.com/en/IUX/
Michael Steele Expert in this area This member has accumulated 7500 or more points
Oct 1, 2009 15:59:16 GMT  5 pts

Hi

The attachment was too big, try this link

http://docs.hp.com/en/5992-6584/index.html
Lionel GARCIA
Oct 2, 2009 07:01:25 GMT   Thread closed by author  

Thanks a lot Michael
It's for what I looked
Scot Bean Expert in this area This member has accumulated 2500 or more points
Oct 2, 2009 14:45:46 GMT   Thread closed by author

FYI:

Ignite can do "pull" bootsys.

Run 'bootsys -c <server>' from the client/target.
 
Create a new message    Receive e-mail notification if a new reply is posted   Reply to this message
 
 
Printable version
Privacy statement Using this site means you accept its terms
© 2009 Hewlett-Packard Development Company, L.P.