- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- IGNITE Server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 11:35 PM - last edited on 12-03-2012 06:23 PM by Maiko-I
07-22-2007 11:35 PM - last edited on 12-03-2012 06:23 PM by Maiko-I
Hi
I am trying to setup an ignite server, so I can use the /opt/ignite/make_net_recovery to perform ignite make_recovery backups and store the images on the Ignite server.
Im not getting very far at all trying to find some documentation so that I can work out how to do it.
HP-UX prdws1 B.11.23 U ia64 0189352421 unlimited-user license
ia64 hp server rx2620
any pointers would be great
Cheers Rich
richard.ace@capgemini.com
P.S. this thread has been moved from HP-UX > System Administration to HP-UX > ignite - HP Forums Moderator
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 11:40 PM
07-22-2007 11:40 PM
Solutionhttp://docs.hp.com/en/oshpux11iv2.html#Ignite-UX
HTH;
Doug
------
Senior UNIX Admin
O'Leary Computers Inc
linkedin: http://www.linkedin.com/dkoleary
Resume: http://www.olearycomputers.com/resume.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 11:43 PM
07-22-2007 11:43 PM
Re: IGNITE Server
What is your problem :
-construct an ignite server to save all clients or just create a backup ignite on a server ?
Regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2007 11:43 PM
07-22-2007 11:43 PM
Re: IGNITE Server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 12:07 AM
07-23-2007 12:07 AM
Re: IGNITE Server
I have just finished to install a new server ignite
some precautions :
- assure that clients and server are the same version of ignite release
-Install ignite on server ignite
- modify /etc/inetd.conf
Add :
bootps dgram udp wait root /opt/ignite/lbin/instl_bootd instl_bootd
restart inetd by inetd -c
-Copy the depot to var/opt/ignite/depot/recovery_cmd
swcopy -x layout_version=0.8 -s /var/depot/ignite/B5725AA @ /var/opt/ignite/depo
ts/recovery_cmds/
-register depot by swreg -l depot /var/opt/ignite/depots/recovery_cmds
- Add new clients by GUI
Regards
L-DERLYN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-23-2007 03:22 AM
07-23-2007 03:22 AM
Re: IGNITE Server
1. Create a client directory on ignite_server:
umask 022
mkdir -p /var/opt/ignite/recovery/archives/client_1
chown bin:bin /var/opt/ignite/recovery/archives/client_1
(repeat for each client)
2. Edit /etc/exports on ignite_server to add a line for the new box:
vi /etc/exports
/var/opt/ignite/recovery/archives/client_1 -access=client_1,anon=2
(repeat for each client)
Add/edit a general line for the clients directory export (add the name of each new client to this list using : separator)
/var/opt/ignite/clients -access=client_1:client_2:client_3,anon=2
3. Run exportfs -av to update the NFS tables on ignite_server. Your /etc/exports file on the ignite server would look something like this:
/var/opt/ignite/clients -access=client_1:client_2:client_3,anon=2
/var/opt/ignite/recovery/archives/client_1 -access=client_1,anon=2
/var/opt/ignite/recovery/archives/c;ient_2 -access=client_2,anon=2
/var/opt/ignite/recovery/archives/client_3 -access=client_3,anon=2
You probably want to make /var/opt/ignite into a separate lvol and mountpoint so /var won't fill up. Make sure your clients can now mount the clients directory as well as their recovery/archives/ directory over the network. Now you are ready to run make_net_recovery.
Bill Hassell, sysadmin