- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Unknown Platform
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-18-2000 04:02 AM
08-18-2000 04:02 AM
1)#./uninstall-uvscan (and the result is 'unknown platform. unsable to uninstall')
2)so, i checked something as follows:
a. #uname (result is -t instead of HP-UX
11.0)
b. #uname -r (result is B.11.00 instead
of HP-UX B.11.00)
c. #uname -s (result is -t)
3)i think i have to correct something in the
PLATFORM area (maybe need to change from '-
t' to 'HP-UX' i guess)
4)WHAT COMMAND DO I NEED TO BRING/SEE
'PLATFORM'??
[i'm using hp-ux 11.x]
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 04:25 AM
08-18-2000 04:25 AM
Re: Unknown Platform
What have you got set in file /etc/rc.config.d/netconf for
OPERATING_SYSTEM=
That's the only place that I can recall seing HP-UX, it should be
OPERATING_SYSTEM=HP-UX
Regards,
John
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 04:35 AM
08-18-2000 04:35 AM
Re: Unknown Platform
Then I'd probably start asking myself...when and how could this have gotten changed; who had access to do this; etc.?
Just a thought,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 04:49 AM
08-18-2000 04:49 AM
Re: Unknown Platform
1) #more /etc/rc.config.s/netconf [result is
# OPERATING_SYSTEM: System name
returned by uname -s
(default "HP-UX")
export OPERATING_SYSTEM=-t
netconf: END
2) i think it needs to change from -t to HP-
UX manually from somewhere
(maybe 'platform ' area ?), but i dont
know how to go there ..
sam.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 04:50 AM
08-18-2000 04:50 AM
Re: Unknown Platform
I have just tried this with a test server and the OPERATING_SYSTEM string in netconf IS used to set the uname reply.
It isn't enough to just rerun /sbin/init.d/net start either. You have to edit netconf and reboot.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 05:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2000 07:50 AM
08-18-2000 07:50 AM
Re: Unknown Platform
#vi netconf (then changed from -t to "HP-UX")
thanks and have a nice weekend, john!!