- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- How to access NAS under HP-UX
-
-
Forums
- Products
- Servers and Operating Systems
- Storage
- Software
- Services
- HPE GreenLake
- Company
- Events
- Webinars
- Partner Solutions and Certifications
- Local Language
- China - 简体中文
- Japan - 日本語
- Korea - 한국어
- Taiwan - 繁體中文
-
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
- HPE Blog, Austria, Germany & Switzerland
- Blog HPE, France
- HPE Blog, Italy
- HPE Blog, Japan
- HPE Blog, Middle East
- HPE Blog, Latin America
- HPE Blog, Russia
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Blog, Poland
-
Blogs
- Advancing Life & Work
- Advantage EX
- Alliances
- Around the Storage Block
- HPE Blog, Latin America
- HPE Blog, Middle East
- HPE Blog, Saudi Arabia
- HPE Blog, South Africa
- HPE Blog, UK & Ireland
- HPE Ezmeral: Uncut
- OEM Solutions
- Servers & Systems: The Right Compute
- Tech Insights
- The Cloud Experience Everywhere
-
Information
- Community
- Welcome
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Tips and Tricks
- Resources
- Announcements
- Email us
- Feedback
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Aruba Airheads Community
- Enterprise.nxt
- HPE Dev Community
- Cloud28+ Community
- Marketplace
-
Forums
-
Forums
-
Blogs
-
Information
-
English
- 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
- Email to a Friend
- Report Inappropriate Content
10-26-2010 08:21 AM
10-26-2010 08:21 AM
I have the cifsclient installed on my C8000 but still not sure how to access the NAS.
The name of the NAS is Ba-XXXX and I am using the default setting. There is a Public directory in the NAS which I can access under all my window machines
I’ve tried:
#cifsclient start
#cifsmount //Ba-xxxx/Public /Temp
This seems ok,however, when tried to go to Temp
#cd /Temp
It gave :Temp :Permission Denies
When trying
#cifsmount –Uusername –Ppassword //Ba-xxxxx/Public /Temp
Results:
Time Out
Does anyone has any ideas to my problem. I am quite sure the C8000 is able to read/write file to NAS or is there a better way to do so? Thanks a lot.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-27-2010 07:32 AM
10-27-2010 07:32 AM
Re: How to access NAS under HP-UX
from some threads I read it seems like you need a 'space' between -U and username and -P and password.
Since the NAS also supports NFS, it probably better to use this protocoll for ux.
HTH
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-27-2010 07:36 AM
10-27-2010 07:36 AM
Re: How to access NAS under HP-UX
It depends on the NAS.
showmount -e hostname_of_NAS
This will show you NFS shares set up and public.
A NAS device normally has two access modes, cifs and NFS. You may have to ask someone.
On the CIFS side, do you have a current CIFS/9000 client installed? swlist -l product | grep -i cifs
Are you using active directory? If so, is the C8000 workstation a member of the domain?
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
- Email to a Friend
- Report Inappropriate Content
10-28-2010 06:40 AM
10-28-2010 06:40 AM
Re: How to access NAS under HP-UX
I'll try to use nfs mount.so it comes another questiong....how to use the nfs mount commond?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
10-28-2010 07:06 AM
10-28-2010 07:06 AM
Re: How to access NAS under HP-UX
You can set it up in fstab or do it on the command line.
See this thread:
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=1243609
Syntax:- mount -F nfs server:/shared_directory /mount_directory
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
- Email to a Friend
- Report Inappropriate Content
10-28-2010 07:09 AM
10-28-2010 07:09 AM
Re: How to access NAS under HP-UX
as Steven posted:
showmount -e hostname_of_NAS
to see the exported directories.
If none is exported, you have to check the manual of the NAS to export a directory.
Then:
mount Ba-xxxx:/
To make it permanent add it to /etc/fstab like:
Ba-xxxx:/
HTH
V.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-01-2010 03:54 AM
11-01-2010 03:54 AM
Re: How to access NAS under HP-UX
Still no success so far.
I used
# showmount â e BA-xxxx/Public
But no shared directory shown.
I have configured the NAS to export the share folder in NFS server.
Tried to use #Ping BA-xxxx
it took very long time waiting for response.
Also tried
# mount â F nfs //Ba-xxxx/Public /Temp
Time out then giving up â ¦.
Any more idea on this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-01-2010 04:17 AM
11-01-2010 04:17 AM
Re: How to access NAS under HP-UX
Are you able to do telnet the NAS NFS service port ?. Do you have any firewall in between Workstation & NAS ?
from your workstation
#telnet NASIP 2049
Aneesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-01-2010 04:28 AM
11-01-2010 04:28 AM
Re: How to access NAS under HP-UX
Tried #telnet Ipaddress 2049
Unable to connect to remote host : Time out.
any idea?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
11-01-2010 06:38 AM
11-01-2010 06:38 AM
Re: How to access NAS under HP-UX
Check with your NAS admin how they are sharing the disk and which port is used for that ?
Aneesh
Hewlett Packard Enterprise International
- Communities
- HPE Blogs and Forum
© Copyright 2022 Hewlett Packard Enterprise Development LP