Search Results

Search: Posts Made By: rene_metaal
Forum: HP-UX 08-02-2014
5,423
Posted By rene_metaal
The m option is probally a type or? I would do...
The m option is probally a type or?
I would do following, en look what can read the tape:

mt -f /dev/rmt/0m rewind && echo ok
mt -f /dev/rmt0m status && echo okidoki
tar -tvf /dev/rmt/0m
cpio...
Forum: AIX 07-13-2012
2,931
Posted By rene_metaal
Hi Polar, Try to use the B option. # cpio...
Hi Polar,

Try to use the B option.
# cpio -itvcB </dev/rmt1


By the way...
If there are more tape markers on this tape:
# mt -f /dev/rmt1.1 fsf 1 ; cpio -itvcB -I /dev/rmt1.1
(.1 is the...
Forum: HP-UX 06-22-2012
10,130
Posted By rene_metaal
Maybe you can try tusc. tusc-8.1(1)...
Maybe you can try tusc.
tusc-8.1(1) (http://hpux.connect.org.uk/hppd/hpux/Sysadmin/tusc-8.1/man.html)
Forum: HP-UX 08-27-2009
6,254
Posted By rene_metaal
Hi Nati, I only know how to get the seconds and...
Hi Nati,
I only know how to get the seconds and number of days... Pls see the script below.
Regards,
René
--------------------------------------------------------------------------
#! /bin/ksh...
19,642
Posted By rene_metaal
cp "$(ls -1rt /wlblive/home/whiops/ops/RTFs/*.rtf...
cp "$(ls -1rt /wlblive/home/whiops/ops/RTFs/*.rtf | head -20)"
The ls options are 1 (ONE) not l to get a single column.
The quotes are to see it as one file even with a space in its name.

Good...
11,746
Posted By rene_metaal
Pipe symbol as dilimiter
# cat xyz
A|B|C
# cat xyz | cut -f1 -d \|
A
#
Or the quick Version :) :
# cut -f1 -d \| < xyz

Kind regards,
René
Forum: HP-UX 05-13-2009
22,461
Posted By rene_metaal
ioscan -fnkC disk And maybe you want to: |...
ioscan -fnkC disk
And maybe you want to: | grep rdsk | sort -u >>disks.lst
This will also includes the CDROM/DVD, remember to delete that line
Forum: HP-UX 05-13-2009
4,013
Posted By rene_metaal
IBM Ultrium are not 100% supported on HP-UX....
IBM Ultrium are not 100% supported on HP-UX. Check out itrc
So that can be the cause of your problem.
You maybe need firmware update or a patch, if available at all.
23,860
Posted By rene_metaal
I know the message is very old but just for...
I know the message is very old but just for others looking for a solution....

I ran into this problem too. :-/
In my case it was the way I mounted my sw (software) filesystem.
Using the noexec...
4,131
Posted By rene_metaal
It is always good to post more info like the...
It is always good to post more info like the output of testparm -s
(smb.conf) and the Role the Samba server has. PDC?
I assume you use RedHat Enterprise Server 5.2 with Samba 3.x

Example: ...
14,728
Posted By rene_metaal
Looking at ps C Column which is an indication of...
Looking at ps C Column which is an indication of the "performance Costs"
And looking at the Time the process consumed I would say it is just waiting.
Also check with ps -ef | grep 31649 if it...
1,874
Posted By rene_metaal
[QUOTE=Saurabh78;302288326]WE are working on Mac...
[QUOTE=Saurabh78;302288326]WE are working on Mac and our end user

I think this post will receive better response in an Mac OS/X forum

/ is the default mountpoint Macintosh HD uses.
You can...
10,892
Posted By rene_metaal
I don't know what the first string does, looks...
I don't know what the first string does, looks like passing on an alias other option.
ksh -x is debug/verbose on like set -x
4,281
Posted By rene_metaal
Hi Arunprased, bc also reads from stdin e.g....
Hi Arunprased,

bc also reads from stdin e.g. echo "2 + 5" | bc
results in 5 sending to stdout
Using the following line would help you converting...
echo "ibase=16 ; 00208060" | bc
2130016
...
3,065
Posted By rene_metaal
Have a look at the following commands: diff ...
Have a look at the following commands:
diff
sdiff

(and for binary files cmp)
Good luck
3,170
Posted By rene_metaal
Error in ksh script
I got 123 as an answer, no error. :)
I ran it on HP-UX in a script starting with #! /usr/bin/ksh
Ans also on the commandline were echo $SHELL was the ksh.

What error do you get? :confused:
Forum: HP-UX 05-18-2008
9,804
Posted By rene_metaal
ksh dumping, tip
An old known problem could be a corrupted history file.
try deleting your .sh_history file in your home dir.

Another thing is start your script with set -x to do some debugging and maybe you can...
Forum: Solaris 05-18-2008
29,015
Posted By rene_metaal
aliases
In your .profile
set ENV=~/.bashrc

In .bashrc
alias ll="ls -l"
and so on

The .bashrc is in your HOME (~) dir.
For more info see: man bash

Hope this helps,
Kind Regards,
Rene
28,454
Posted By rene_metaal
It can be simple and it might be needed to do...
It can be simple and it might be needed to do some checks on the data.

In this example I used grep to make sure it is a line with a comma and
assuming it is a line with data to be converted.
...
2,152
Posted By rene_metaal
Options: a) With HP-UX in combination with...
Options:
a)
With HP-UX in combination with MirrorDisk/UX you can mirror logical volumes to the other disk and later break the mirror.

b)
What and why do you want to format??
Do you use...
8,235
Posted By rene_metaal
'`" $()
Tip
Instead of backquote `command` use $(command)
Less change of typo's and it reads easier.
Forum: IP Networking 07-18-2002
3,516
Posted By rene_metaal
Wireless probs
Is the Orinoco talking to a peer or to a Access Point, or Residential Gateway?
You might have put in a wrong network name on the AP.
The channel or encryption on/off?
And check your config files....
Forum: IP Networking 07-17-2002
3,085
Posted By rene_metaal
more ip nrs
OK thanks for your input.

I assumed this is not the correct way, but the current tcp/ip stacks don't seem to have a problem with it.

In early Unix versions I was told this was not correct but...
Forum: IP Networking 07-16-2002
3,085
Posted By rene_metaal
two ip numbers in the same network
Please comment on the examples below.
Example 1:
lan0 has number 192.168.0.1 and 192.168.0.2

Example 2:
lan0 has 192.168.0.1
lan1 has 192.168.0.2

Example 3: /etc/hosts file:
192.168.0.1 ...
Forum: Filesystems, Disks and Memory 07-16-2002
35,285
Posted By rene_metaal
Backup on HP-UX: err 137
From the man page of fbackup: (no 137)
RETURN VALUE
fbackup returns one of the following values:

0 upon normal completion.

1 if it is interrupted but allowed to save its...
Showing results 1 to 25 of 27

 
All times are GMT -4. The time now is 09:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy