- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: commands question (user has bad username)
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-11-2006 10:18 PM
07-11-2006 10:18 PM
commands question (user has bad username)
Plz let me know the command to display the ip address of my system.. in case of 'lanscan' how to grep the ip address alone
Also the command to view the subnet mask address,semaphore segments,no of shared memory
Thanks in advance
Rammu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 10:20 PM
07-11-2006 10:20 PM
Re: commands question (user has bad username)
1. from lanscan i think you cant see the ip address.
you can see the mac addrees/station adress, hardware path and the interface name ( like lan0, lan1)
If you want to see the ip adress please run command ipconfig < interface_name>
2. kmtune, will show all about kernel parameter.
3. To see your segment please run command
ifconfig ( number of lan) ex: ifconfig lan0
pegasus:/etc/opt/omni/cell>ifconfig lan0
flags=843
inet 16.178.0.103 netmask fffff800 broadcast 16.178.7.255
or you can check
# more /etc/rc.config.d/netconf
thanks
Freddy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 10:31 PM
07-11-2006 10:31 PM
Re: commands question (user has bad username)
1. netstat -nr (will provide you details) or use ping `hostname`
to get IP alone
ping `hostname`
2. to know your IP address (cat /etc/rc.config.d/netconf)
3. Kernal info, use kmtune.
Chan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2006 11:22 PM
07-11-2006 11:22 PM
Re: commands question (user has bad username)
Hi..I'm a Newbie. help me in finding a document
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2006 11:30 PM
07-12-2006 11:30 PM
Re: commands question (user has bad username)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2006 06:11 PM
07-13-2006 06:11 PM
Re: commands question (user has bad username)
Rammu