HP-UX: Problem viewing directory with BDF...


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users HP-UX: Problem viewing directory with BDF...
# 8  
Old 04-29-2011
Well, I am a tyro admin, so not to worry. You found it was a mount point, does df say it is mounted? If not, it needs to be mounted, and if so, it is not working very well, hence the Samba reference. SAMBA is open source SMB software. SMB is the way windows does many net tasks, like mounting drives and displaying remote systems in the network part of Windows Explorer. It is a challenging area, like learning NFS in a foreign language, especially as Windows keeps upgrading the protocols and authentication to fix security issues.
This User Gave Thanks to DGPickett For This Post:
# 9  
Old 04-29-2011
df gives the following output:

Quote:
df: open of RTIPDC2:/SAMBA failed
Right on, confused...haven't started dealing with mount points and file system issues yet...
Thanks for your help
# 10  
Old 04-29-2011
Maybe this can help a bit to dig into cifs file system protocol.

Last edited by ctsgnb; 04-29-2011 at 03:21 PM..
This User Gave Thanks to ctsgnb For This Post:
# 11  
Old 04-29-2011
Thank you, I will take a look at the manual and see what I can dig out.

Appreciate all the help...
# 12  
Old 04-29-2011
What is your OS release ?

Code:
uname -a

# 13  
Old 04-29-2011
11.31

---------- Post updated at 02:35 PM ---------- Previous update was at 02:34 PM ----------

Wrong sorry
HP-UX B.11.11 U 9000/800 178177796 unlimited-user license

Most other ones are 11.31
# 14  
Old 04-29-2011
Maybe you can get a look at this : Re: Samba Question

By the way, not sure wether it applies to you or not, but you can have a look at this as well.

Maybe it will give you some clue or ideas.
This User Gave Thanks to ctsgnb For This Post:
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Viewing file size in current directory

What is the command line for viewing the sizes(lines and bytes)of all the files in your present working directory? Is it >ls -la (2 Replies)
Discussion started by: Payton2704
2 Replies

2. HP-UX

Bdf in HP-UX

Hi guys, I have to make an output of several databases we've got running on our system with the command bdf. This has to be done every 3 months. I want to put it in an scriptfile and trigger it in crontab. In the output it must display the differences in diskspace between these three monts. Any... (3 Replies)
Discussion started by: djmental
3 Replies

3. Tips and Tutorials

Viewing changes in directory

Hi, I have a directory, and there is a job running and constantly writes and removes files from and to this directory. I would like to see somehow these changes without pressing `ls` every second. Kind of `tail -f` command, but for a directory list and not for file content. I thought maybe kind... (5 Replies)
Discussion started by: ilya_dv
5 Replies

4. Shell Programming and Scripting

Problem with a BDF script...

Hi, I'm trying to use an old script I found of the internet a while back, I forget where its from. Its supposed to convert the bdf function and display filesystem size in MB's and line it up however it never worked... Here is the error: And here is the code: #!/usr/bin/sh echo... (3 Replies)
Discussion started by: zixzix01
3 Replies

5. UNIX for Dummies Questions & Answers

Bourne shell viewing files in directory

Hi, I have a program that get a directory name from the user, then the program should go through one by one of the file, asking the user whether to move it to another folder. I tried to list the time of the file one by one. But it seems like it doesn't work. The code is as follow: check() {... (10 Replies)
Discussion started by: mInGzaiii
10 Replies

6. UNIX for Dummies Questions & Answers

Viewing Directory Content as You Navigate Directories in UNIX

Hi, Can someone help me figure out how to view directory content while I navigate directories (without having to go to the actual directory and "ls-ing" it)? Is there some keyboard shortcut for this? For instance, it would be useful if I could see the content of a directory when I'm copying... (2 Replies)
Discussion started by: shelata
2 Replies

7. HP-UX

gdb problem viewing variables

Hi, I don't know if this is HP-UX specific, but I'll take my chances with this forum. ;) I'm using WDB 5.7 on HP Itanium 11.23. 'file' on my executable shows: ELF-32 executable object file - IA64 The problem is with viewing the contents of the variables. Following is a sequence that... (0 Replies)
Discussion started by: rimon
0 Replies

8. UNIX for Dummies Questions & Answers

Viewing files in a directory?

How do I view files in a directory? (1 Reply)
Discussion started by: Ania
1 Replies

9. UNIX for Dummies Questions & Answers

Problem Viewing Text Files In NT/Samba

I have a problem viewing text files in NT(Samba) with files stored on a Unix Box. The unix box is actually my FTP server where various OS's FTP to it. The text file is ftp'd from IBM to the Unix Box and viewed in NT. The problem is that the return carriage does not register in the text file. I... (1 Reply)
Discussion started by: cwong
1 Replies
Login or Register to Ask a Question