Sponsored Content
Full Discussion: Problem understanding Paths
Top Forums UNIX for Dummies Questions & Answers Problem understanding Paths Post 302646935 by Chasman78 on Saturday 26th of May 2012 02:19:46 PM
Old 05-26-2012
Entered wrong in post

My bad,

Those errors were entered wrong in the post, but are correct in the actual code.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

paths

Hi there! People, i'm a new unix user, and i'm having some problems... I'm updating some scripts (korn shell) in different servers. I use telnet to access these servers and emacs to write the scripts. One of them is an HP, and there´s no problem. But the other one is an AIX, and when i call... (1 Reply)
Discussion started by: caiohn
1 Replies

2. Filesystems, Disks and Memory

having problem in understanding namei module

can anyone give me some idea on unix filesystem namei's algorithsm (2 Replies)
Discussion started by: kangc
2 Replies

3. Shell Programming and Scripting

egrep understanding problem

Hi, Can anyone please let me know the meaning of this line,i am not able to understand the egrep part(egrep '^{1,2}).This will search for this combination in beginning but what does the values in {}signifies here. /bin/echo $WhenToRun | egrep '^{1,2}:$' >/dev/null (1 Reply)
Discussion started by: namishtiwari
1 Replies

4. AIX

Problem in understanding the output of errpt -d H -T PERM -s `date +"%m%d%H00%y"`

Its very critical and 'm in need to schedule this on my crontab so that the output can be monitored by a tool I have written the command below to redirect the error which has the output redirected to the file gincle_lol.log. Code: echo "---" >>/gingle/gincle_lol.log date... (0 Replies)
Discussion started by: Sounddappan
0 Replies

5. Shell Programming and Scripting

problem in understanding the output of errpt -d H -T PERM -s `date +"%m%d%H00%y"`

Its very critical and 'm in need to schedule this on my crontab so that the output can be monitored by a tool I have written the command below to redirect the error which has the output redirected to the file gincle_lol.log. echo "---" >>/gingle/gincle_lol.log date... (1 Reply)
Discussion started by: Sounddappan
1 Replies

6. Shell Programming and Scripting

Problem with the shell script for understanding

Can Anybody please tell me the meaning of the script: #!/bin/sh str=$@ echo $str | sed 's/.*\\//' exit 0 (6 Replies)
Discussion started by: nixhead
6 Replies

7. Shell Programming and Scripting

Problem in understanding export uses

i am beginner in shell scripting. not able to understand what below line will do. PS1=${HOST:=´uname -n´}"$ " ; export PS1 HOST below is the script #!/bin/hash PS1=${HOST:=´uname -n´}"$ " ; export PS1 HOST ; echo $PS1 and i getting the below output ´uname -n´$ (25 Replies)
Discussion started by: scriptor
25 Replies

8. Shell Programming and Scripting

Problem on understanding the regexp command

Hi all, I'm not clear of this regexp command: regexp {(\S+)\/+$} $String match GetString From my observation and testing, if $String is abc/def/gh $GetString will be abc/def I don't understand how the /gh in $String got eliminated. Please help. Thanks (2 Replies)
Discussion started by: mar85
2 Replies

9. Shell Programming and Scripting

Problem in understanding debugging

Hi i was going through the script debugging technique. below example was given in the book. 1 #!/bin/sh 2 3 Failed() { 4 if ; then 5 echo "Failed. Exiting." ; exit 1 ; 6 fi 7 echo "Done." 8 } 9 10 echo "Deleting old backups,... (11 Replies)
Discussion started by: scriptor
11 Replies

10. Shell Programming and Scripting

Problem with (Understanding) function

I have this code #!/bin/bash LZ () { RETVAL="\n$(date +%Y-%m-%d_%H-%M-%S) --- " return RETVAL } echo -e $LZ"Test" sleep 3 echo -e $LZ"Test" which I want to use to make logentrys on my NAS. I expect of this code that there would be output like 2017-03-07_11-00-00 --- Test (4 Replies)
Discussion started by: matrois
4 Replies
radisk(8)						      System Manager's Manual							 radisk(8)

NAME
radisk - Digital Storage Architecture (DSA) disk maintenance program SYNOPSIS
/sbin/radisk -c LBN length special /sbin/radisk -e special /sbin/radisk -n special /sbin/radisk -r LBN special /sbin/radisk -s LBN length special OPTIONS
The following options can be used with radisk: Clears a forced error indicator on the range of specified LBNs. The forced error condition indicates that the data in the disk block is bad. The disk block is good, but the data can not be read without getting an error detection code (EDC) error. This option causes the forced error condition to be removed. After the forced error indicator is cleared, the EDC error is not reported nor will the data be marked as bad. The data should be restored either by manual methods or with the restore command. The radisk command affects the integrity of the data on a disk and should be followed by a file system restore if data is affected. Sets the exclusive access attribute associated with the specified disk. This attribute is provided by multihost controllers to restrict access to a disk to one host. The radisk command returns a failure status if the disk is already exclusively associated with another host or the underlying controller does not provide multihost support. If the command is issued to a disk that is currently mounted and the command fails, the disk is no longer on line to this host. For this reason the -e option should not be issued to a disk that is mounted. Clears the exclusive access attribute associated with the specified disk. If the controller provides multihost support and the exclusive access attribute is not set for a particular disk, it would be possible for the disk to be accessed by more than one host. The radisk command returns a failure status if the disk is not currently and exclusively associated with this host or the underlying controller does not pro- vide multihost support. Replaces a block on the disk specified by LBN. See RESTRICTIONS. Starts a scan for bad blocks on the specified area on a disk. Bad blocks are disk blocks that have data transfer errors to the extent that they cannot be relied on. When a bad block is found, it is replaced and the bad block's LBN is reported. The LBN specified with the -s option can be 0 to indicate the first block in the specified partition. If 0 is specified, however, the program starts searching from the first block of the partition. The -s option accepts any valid partition on the disk. This allows any partition to be scanned without scanning the entire disk and ensures that the specified partition is free of bad blocks. As an example, /dev/rdisk/dsk0h indicates the h partition of the boot disk, 0. DESCRIPTION
The radisk Digital Storage Architecture (DSA) disk maintenance program allows you to maintain DSA disk devices. The radisk command must be used on unmounted disk partitions to ensure correct results. The LBN is a decimal number that represents the logical block number as reported in the errorlog file. The LBN is the actual disk block number starting from the beginning of the disk. The length is a decimal number that indicates how many (512 byte) blocks to process. The length specified can be -1 to indicate the last block of the specified partition. The special file specified is used with -c, -e, -n, and -r options and indicates an unmounted c partition of a character device special file. RESTRICTIONS
You must be in single-user mode when using the -c, -r, and -s options of the radisk program. If you are in multiuser mode, radisk hangs the system and cannot be killed. If this happens, you must reboot. The -r option is supported only with those DSA disks which use host-initiated dynamic bad block replacement. The -e and -n options are only supported on controllers that provide multi-host support. These options are only supported on HSC Version 5.00 or later. ERRORS
The radisk program generates messages when the user is not privileged, when the LBN is not in the specified partition, and when the length exceeds the size of the partition. SEE ALSO
Commands: disklabel(8), mount(8), restore(8) Networking: ra(7) radisk(8)
All times are GMT -4. The time now is 03:02 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy