Sponsored Content
Full Discussion: World Wide Name (FLEX)
Operating Systems AIX World Wide Name (FLEX) Post 302894904 by dukessd on Thursday 27th of March 2014 09:35:00 PM
Old 03-27-2014
Yup, easy.
Where are you looking - where can you look?
FSM / HMC / OS / LPAR?
What are you after and where are you allowed to look?
Sorry but you cannot just come here and ask "how long is a piece of string" because all you'll get is "twice as long as half its length"
;0)
What have you tried?
Why do you need to know?
What, exactly, are you after?
Any host OS may have several WWNs....
Please take the time to explain what you know about the system, why you are asking and what you have tried so far, or you are not going to get much help.
HTH
 

5 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Issues getting FLEX up in HP-UX 11

Hi, I am trying to install FLEX in HP-UX 11 and I am having issues in getting it up. After installing the FLEX I got from the HP-UX site for 11.11, it complained as missing libiconv.sl. Then I got the libiconv installed from the DEPOT got from HP-UX site and now its complaining as... (2 Replies)
Discussion started by: tobsinte
2 Replies

2. UNIX for Dummies Questions & Answers

Terminal too wide

Hi Experts, It may be a trivial thing, but I am stuck. Whenver I try to open a file using vi I get error Terminal Too wide. I am using putty to connect to a Sun OS. Please advice. bash-2.05$ vi all_subs_ded_20080203.txt Terminal too wide :q 1 more file to edit:q (3 Replies)
Discussion started by: RishiPahuja
3 Replies

3. HP-UX

flex++ parser for HP-UX11

Hi, can anyone tell me were to download flex++ parser for HP-UX11 BR vasanth (1 Reply)
Discussion started by: vasanthan
1 Replies

4. Red Hat

flex installation problem

hi , when i run ./configure in wine-1.3.10 folder in midway i get error message Your flex version is too old. Please install flex version 2.5.33 or newer. but when i try to install flex using yum install flex it gives me message Package flex-2.5.4a-41.fc6.i386 already installed and latest... (1 Reply)
Discussion started by: anand121
1 Replies

5. What is on Your Mind?

Mad World Remix of Moby Video (Are You Lost In The World Like Me)

This is an excellent video comment on modern society and the remix is good too: https://www.youtube.com/watch?v=5DU1B_XkyIk 5DU1B_XkyIk Watch the video above and post your comments. (3 Replies)
Discussion started by: Neo
3 Replies
explain_truncate_or_die(3)				     Library Functions Manual					explain_truncate_or_die(3)

NAME
explain_truncate_or_die - truncate a file and report errors SYNOPSIS
#include <libexplain/truncate.h> void explain_truncate_or_die(const char *pathname, long long length); DESCRIPTION
The explain_truncate_or_die function is used to call the truncate(2) system call. On failure an explanation will be printed to stderr, obtained from explain_truncate(3), and then the process terminates by calling exit(EXIT_FAILURE). This function is intended to be used in a fashion similar to the following example: explain_truncate_or_die(pathname, length); pathname The pathname, exactly as to be passed to the truncate(2) system call. length The length, exactly as to be passed to the truncate(2) system call. Returns: This function only returns on success. On failure, prints an explanation and exits. SEE ALSO
truncate(2) truncate a file to a specified length explain_truncate(3) explain truncate(2) errors exit(2) terminate the calling process COPYRIGHT
libexplain version 0.52 Copyright (C) 2008 Peter Miller explain_truncate_or_die(3)
All times are GMT -4. The time now is 06:35 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy