GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: ignite cmd line options?
Operating System - HP-UX
1849872
Members
3321
Online
104045
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
back
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
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
12-15-2004 02:43 AM
12-15-2004 02:43 AM
ignite cmd line options?
does the ignite binary on my ignite server have any cmd line options? basicly i would like it to spill out the client statuses without having to go into the gui. can this be done?
thanks in adv,
Richard
thanks in adv,
Richard
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 02:46 AM
12-15-2004 02:46 AM
Re: ignite cmd line options?
Check the commands under /opt/ignite/bin and lbin, binia, binpa, lbibia, lbinpa
Read the man pages of them.
Anil
Read the man pages of them.
Anil
There is no substitute to HARDWORK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 04:35 AM
12-15-2004 04:35 AM
Re: ignite cmd line options?
Not sure about a command to display client status, but there is a flat file for each ignited or igniting machine on the ignite server under
/var/opt/ignite/clients//client_status
If ignite has no command, could be easy to script one yourself and query these files.
/var/opt/ignite/clients/
If ignite has no command, could be easy to script one yourself and query these files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-15-2004 05:13 AM
12-15-2004 05:13 AM
Re: ignite cmd line options?
Ignite-UX does _not_ have a command line way to dump the status of all clients for a particular server. As others have said you can script something like:
find /var/opt/ignite/clients/0x* -name client_status ! -path \*recovery\* |
while read cs
do
dir=${cs%/*}
[[ -f ${dir}/client_name ]] && (
print "\n\n==============="
cat ${dir}/client_name
print "==============="
)
cat $cs
done
find /var/opt/ignite/clients/0x* -name client_status ! -path \*recovery\* |
while read cs
do
dir=${cs%/*}
[[ -f ${dir}/client_name ]] && (
print "\n\n==============="
cat ${dir}/client_name
print "==============="
)
cat $cs
done
etouq ot hguone revelc ton m'i
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2026 Hewlett Packard Enterprise Development LP