- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ignite Client Issue
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
08-13-2008 11:24 PM
08-13-2008 11:24 PM
I created a ignite server, i exported a client
image using the make_net_recovery command.
Howevre when i try to boot the client for reinstallion from the ignite servere, it gives following error,
The command "/opt/ignite/bin/bootsys -wv -S -R B.11.31 nakbqas1 2>/var/tmp/baa014010" will be used to reboot nakbqas1. Would you
like to proceed?
ERROR: Secure mode was specified, but no RSA or DSA public key files
could be found. You may need to use ssh-keygen(1) to create
a public/private key pair
Any hints are there?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-13-2008 11:29 PM
08-13-2008 11:29 PM
SolutionYAY!
Ignite is finally using ssh instead of insecure transport services.
ssh-keygen -t dsa
This will generate public key files which must be exchanged on both servers as authorized_keys files
http://www.hpux.ws/?p=19
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2008 12:47 AM
08-14-2008 12:47 AM
Re: Ignite Client Issue
Thanks steve, when using GUI for this it asks
for copying the the key.
So it is ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2008 04:10 AM
08-14-2008 04:10 AM
Re: Ignite Client Issue
I created a recovery image of vg00 by using following command
make_net_recovery -s nakgdev1 -a nakgdev1:/ignite -x inc_entire=vg00
after completion, this recovery image size shows only 3 gb, but my vg00 actual size is 130 gb
can any one clear my doubt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2008 04:21 AM
08-14-2008 04:21 AM
Re: Ignite Client Issue
find / -type f | wc -l
find / -type d | wc -l
Be sure you count the same set of files. For instance, if you used the option -x inc_entire=vg00, then other filesystems on vg01, etc will not be included.
Bill Hassell, sysadmin