anusha t · Stack Overflow

Advice

1 vote

2 replies

52 views

AIX privilege users listing

I'm working with the AIX team to extract all the list of all privileged users listing. However different users can log in through multiple auth methods could be IBM LDAP, NIS, LDAP ISDS, direct login. ...

  • reputation score 3

Score of 1

1 answer

122 views

cannot append index array to associative array sorts

The attached ksh93 enhanced korn shell script has worked happily for 15 years executing on Unix Aix v6.1 server however having upgraded to Aix v7.2 TL5 we're now finding upon executing the same script ...

  • reputation score 11

Score of 0

1 answer

112 views

Ansible WebSphere Liberty Install Failing

My Ansible task to install Liberty on an AIX server worked as expected and then when I tried another version it just fails now. It's possible that I am not seeing the actual cause of my issue but ...

  • reputation score 35

Score of 0

0 answers

181 views

Crash in __cxa_end_catch on AIX using XLClang++

I'm still trying to debug the crash detailed in Crash in std::make_exception_ptr on AIX Had the thought that it had something to do w/ the use of std::exception_ptr, since i refactored some code to ...

  • reputation score 4724

Score of 0

2 answers

212 views

Export results from DB2 to CSV in several columns

I am working with IBM DB2. My operating system is Unix-based (AIX), and I am working directly on the console (No GUI). I have a table called "users". For the schema, let’s just use "...

  • reputation score 13

Score of 2

0 answers

78 views

Creating a dynamically loadable shared archive on AIX with CMake

I'm attempting to create a dynamically loadable shared archive on AIX using CMake. I'm able to create a library successfully, however it fails to load with dlopen. func.cpp #include <stdio.h> ...

  • reputation score 8436

Score of 1

1 answer

111 views

AIX 5.3 system returning ? for special characters in filenames

I am trying to get filenames containing special characters on an AIX 5.3 system using a Java program but its replacing the special characters with a question mark. This is in client environment. But ...

  • reputation score 65

Score of 7

4 answers

251 views

How to cut ranges from end to start?

I need to change the order of a string in AIX, but with the command cut I can't do it Ex: echo FT0215202301.xml | cut -b 7-10,5-6,3-4 Result: 02152023 Expected: 20230215

  • reputation score 121

Score of -1

1 answer

65 views

Shell sort command with multiple priority but without "-k"

I'm on a very old AIX 6.1 system and I need to understand a "sort" command. Due to the age of the system, I can't find any documentation. And the '-h' option is not very helpfull. Usage: ...

  • reputation score 11

Read the original on stackoverflow.com ↗